home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940133.txt < prev    next >
Internet Message Format  |  1994-11-13  |  6KB

  1. Date: Wed, 29 Jun 94 04:30:08 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #133
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Wed, 29 Jun 94       Volume 94 : Issue  133
  11.  
  12. Today's Topics:
  13.                        NOS and the PC (3 msgs)
  14.                            Router Project 
  15.                     Router Project (TNC from Hell)
  16.  
  17. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  18. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  19. Problems you can't solve otherwise to brian@ucsd.edu.
  20.  
  21. Archives of past issues of the TCP-Group Digest are available
  22. (by FTP only) from UCSD.Edu in directory "mailarchives".
  23.  
  24. We trust that readers are intelligent enough to realize that all text
  25. herein consists of personal comments and does not represent the official
  26. policies or positions of any party.  Your mileage may vary.  So there.
  27. ----------------------------------------------------------------------
  28.  
  29. Date: Tue, 28 Jun 94 09:58:15 EDT
  30. From: crompton@nadc.nadc.navy.mil (D. Crompton)
  31. Subject: NOS and the PC
  32. To: ssampson@sabea-oc.af.mil, tcp-group@UCSD.EDU
  33.  
  34. DMA vs. Serial I/O?? - Do you mean DMA vs. Polled I/O?? That makes more
  35. sense. In any event it is not clear which is better on the latest fast
  36. PC's. Most Ethernet cards DO NOT use DMA and the IOMEGA drives run FASTER
  37. in polled I/O mode than DMA. Of course this is very dependent on hardware
  38. and software design.
  39.  
  40. Doug
  41.  
  42. ------------------------------
  43.  
  44. Date: Tue, 28 Jun 1994 13:01:41 -0500 (CDT)
  45. From: ssampson@sabea-oc.af.mil (Steve Sampson)
  46. Subject: NOS and the PC
  47. To: crompton@NADC.NAVY.MIL (D. Crompton)
  48.  
  49. > Most Ethernet cards DO NOT use DMA . . . 
  50.  
  51. That's true.  The NE2000 compatible cards just use serial I/O, but
  52. do bulk transfers if using the Crynwr drivers.  The latest cards
  53. (I purchased two Accton cards during their $70 deal) do have a DMA
  54. mode (or shared memory as they call it).  Which brings up a couple
  55. of points. The first is that Linux probably does NE2000 mode, and
  56. that some standards must exist on something called an IP-TNC.
  57. That is, that the IRQ and Addresses of I/O devices should be
  58. standardized so only one kernel is needed.
  59.  
  60. -- 
  61. Steve
  62.  
  63. ------------------------------
  64.  
  65. Date: Tue, 28 Jun 94 16:58:07 EDT
  66. From: crompton@nadc.nadc.navy.mil (D. Crompton)
  67. Subject: NOS and the PC
  68. To: crompton@nadc.nadc.navy.mil, ssampson@sabea-oc.af.mil
  69.  
  70. Steve,
  71.  
  72.   You keep using the term "serial I/O" - actually it is parallel I/O
  73. 8 or 16 bits from the ethernet card to the processor buss. The term
  74. Polled I/O vs DMA can be applied to this connected Parallel I/O port.
  75. In other words how is the data retrieved - direct to memory or handled
  76. by the processor in a polled fashion.
  77.  
  78. Not being an expert I can only relate what I have heard and that is
  79. that DMA, although it sounds great does not always give the results
  80. you would expect. Many of the cards perform better, on fast processors,
  81. in polled mode.
  82.  
  83. Doug
  84.  
  85. ------------------------------
  86.  
  87. Date: Tue, 28 Jun 1994 07:20:31 -0400
  88. From: "Brandon S. Allbery" <bsa@kf8nh.wariat.org>
  89. Subject: Router Project 
  90. To: tcp-group@ucsd.edu
  91.  
  92. In your message of Tue, 28 Jun 1994 02:59:02 EDT, you write:
  93. +---------------
  94. | >Ron, I don't understand this.  If you're running at 38400, then the BEST you
  95. | >could do is 3,840 bytes/second.  
  96. | I always thought the thruput in NOS was measured in bytes/sec too. 
  97. | I just did an ftp from Linux to the JNOS/Linux and this is what I got:
  98. +------------->8
  99.  
  100. The speed isn't used on ptys --- why should it?  The kernel would have to 
  101. introduce artificial delays into what is essentially a memory-to-memory copy.  
  102. Ptys go at full bore; you're essentially measuring Linux's context switch and 
  103. kernel-to-user-space copy time.
  104.  
  105. ++Brandon
  106. --
  107. Brandon S. Allbery       kf8nh@kf8nh.ampr.org         bsa@kf8nh.wariat.org
  108. Friends don't let friends load Windows NT.        Linux iBCS2 emulation
  109.  
  110. ------------------------------
  111.  
  112. Date: Tue, 28 Jun 1994 16:34:56 -0400 (EDT)
  113. From: DJ Gregor <dgregor@bronze.coil.com>
  114. Subject: Router Project (TNC from Hell)
  115. To: agodwin@acorn.co.uk (Adrian Godwin)
  116.  
  117. Adrian Godwin said:
  118.  
  119. > > From: ssampson@sabea-oc.af.mil (Steve Sampson)
  120. > > 
  121. > > Develop code for an MS-DOS computer using Borland C++ which
  122. > > has the following components:
  123. > But encapsulate the OS dependencies with a view to removing the OS
  124. > altogether : on a system that has no applications, what does DOS
  125. > do to justify it's memory usage after it's loaded NOS ?
  126. > Freedom from DOS would give freedom to use the hardware as a real
  127. > embedded system - cross-compiled, protected mode.
  128.  
  129. I have been thinking of something like this.  If everyone could get together
  130. and write a good amateur radio BBS program for Linux -- **NOT** a JNOS port or
  131. something like that, one that operates like a UNIX shell -- we could then strip
  132. down the Linux kernel, and integrate everything.  Make it easy to configure
  133. and use--for the *AVERAGE* BBS operator, like the ones that run MSYS now.  If
  134. we do that, we would have a NICE and POWERFULL BBS that would run on a 386 with
  135. 4 megabytes of memory.  Most of the MSYS operators that I have seen have that
  136. kind of system already. 
  137.  
  138. This already exists, kind of.  It is the N0ARY BBS.  It was written by Bob
  139. Arasmith, and is meant to run on a Sun workstation.  There are a few people
  140. trying to port it over to Linux right now, and I am one of them.  Anyone else
  141. want to help???
  142.  
  143. -----
  144. DJ Gregor, N8QLB
  145. dgregor@bronze.coil.com
  146. "...oh, you use DOS, sorry to hear that..."
  147.  
  148. ------------------------------
  149.  
  150. End of TCP-Group Digest V94 #133
  151. ******************************
  152.